1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="unipotsdam.informatikkiste"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="11"
9        android:targetSdkVersion="34" />
10
11    <application
11-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:5:5-38:19
12        android:allowBackup="true"
12-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:6:9-35
13        android:extractNativeLibs="true"
14        android:icon="@drawable/overlay_500px"
14-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:7:9-47
15        android:label="@string/app_name"
15-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:8:9-41
16        android:supportsRtl="true"
16-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:9:9-35
17        android:theme="@style/AppTheme" >
17-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:10:9-40
18        <activity
18-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:11:9-20:20
19            android:name="unipotsdam.informatikkiste.StartActivity2"
19-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:12:13-43
20            android:exported="true"
20-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:14:13-36
21            android:screenOrientation="portrait" >
21-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:13:13-49
22            <intent-filter>
22-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:15:13-19:29
23                <action android:name="android.intent.action.MAIN" />
23-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:16:17-69
23-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:16:25-66
24
25                <category android:name="android.intent.category.LAUNCHER" />
25-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:18:17-77
25-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:18:27-74
26            </intent-filter>
27        </activity>
28        <activity
28-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:21:9-24:40
29            android:name="unipotsdam.informatikkiste.MainActivity"
29-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:22:13-41
30            android:exported="false"
30-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:24:13-37
31            android:screenOrientation="portrait" />
31-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:23:13-49
32        <activity
32-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:25:9-28:40
33            android:name="unipotsdam.informatikkiste.DisplayAnswerActivity"
33-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:26:13-50
34            android:exported="false"
34-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:28:13-37
35            android:screenOrientation="portrait" />
35-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:27:13-49
36        <activity
36-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:29:9-33:40
37            android:name="unipotsdam.informatikkiste.VideoActivity"
37-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:30:13-42
38            android:exported="false"
38-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:33:13-37
39            android:label="@string/title_activity_video"
39-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:31:13-57
40            android:screenOrientation="portrait" />
40-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:32:13-49
41        <activity
41-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:34:9-37:49
42            android:name="unipotsdam.informatikkiste.StartActivity"
42-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:35:13-42
43            android:exported="false"
43-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:37:13-37
44            android:label="@string/title_activity_start2" />
44-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:36:13-58
45    </application>
46
47</manifest>
